home *** CD-ROM | disk | FTP | other *** search
/ Sunrise Express Series 285 / Sunrise Express Series 285.iso / pc / JR.Dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1998-05-11  |  123 b   |  9 lines

  1. on exitFrame
  2.   global glastticks
  3.   if (ticks() - glastticks) < 300 then
  4.     go(the frame)
  5.   else
  6.     unLoad()
  7.   end if
  8. end
  9.